home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / msdos / convrtrs / hgrpcx / raw2pcx.bat < prev    next >
DOS Batch File  |  1991-03-29  |  118b  |  9 lines

  1.  echo off
  2.  if %1: == : goto DO_ALL
  3. :DO_SINGLE
  4.  a2i %1
  5.  goto DONE
  6. :DO_ALL
  7.  for %%f in (*.$06) do a2i %%f
  8. :DONE
  9.